|
Image Generator SDK
4.26.0
The Image Generator SDK provides a library to generate QR codes and CrontoSign images
|
Defines the output of the QR Code Generator.
Contains a black and white QR code, and the associated boolean matrix.
More...
Inherits ImageResponse.
Public Member Functions | |
| BWQRCodeResponse (SKBitmap imageBitmap, bool[][] booleanMatrix) | |
| Constructs a BWQRCodeResponse object from the image and the matrix in parameter. More... | |
Public Member Functions inherited from ImageResponse | |
| void | SaveImage (string filePath) |
| Saves image file. Supported file extensions
| |
| void | Dispose () |
| Disposes SKBitmap More... | |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Disposes SKBitmap and cleands BooleandMatrix More... | |
Protected Member Functions inherited from ImageResponse | |
| ImageResponse (SKBitmap imageBitmap) | |
| Constructs a ImageResponse object from the image in parameter. More... | |
Properties | |
| bool[][] | BooleanMatrix [get, set] |
| BWQR Code boolean matrix More... | |
Properties inherited from ImageResponse | |
| SKBitmap | ImageBitmap [get, protected set] |
| Contains image More... | |
Additional Inherited Members | |
Protected Attributes inherited from ImageResponse | |
| bool | _isDisposed = false |
| Gets or sets a value indicating whether the object has already been disposed. More... | |
Defines the output of the QR Code Generator.
Contains a black and white QR code, and the associated boolean matrix.
| BWQRCodeResponse | ( | SKBitmap | imageBitmap, |
| bool | booleanMatrix[][] | ||
| ) |
Constructs a BWQRCodeResponse object from the image and the matrix in parameter.
| imageBitmap | The QR code image |
| booleanMatrix | The associated boolean matrix |
|
protectedvirtual |
Disposes SKBitmap and cleands BooleandMatrix
Reimplemented from ImageResponse.
|
getset |
BWQR Code boolean matrix